@charset "UTF-8";
/* CSS Document */

/*
-----------------------------内页样式start-----------------------------
*/

/*单篇+文章页start*/

/*newsView*/
.w95{ width: 84%; margin: 0 auto;}
.artBox {
	text-align: center;
	line-height: 30px;
	font-size: 0;
}

.artBox .artS {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}

.artShare {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.artShare .bdsharebuttonbox {
	padding: 0;
}

.artShare .bdsharebuttonbox a {
	width: 30px;
	height: 30px;
	padding-left: 0;
	margin: 0;
}

.artShare .bdsharebuttonbox a.bds_sqq {
	background: url(../images/qq1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_weixin {
	background: url(../images/wx1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_tqq {
	background: url(../images/ti1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_tsina {
	background: url(../images/wb1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_sqq:hover {
	background: url(../images/qq2.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_weixin:hover {
	background: url(../images/wx2.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_tqq:hover {
	background: url(../images/ti2.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_tsina:hover {
	background: url(../images/wb2.png) center center no-repeat;
}


.wghCon {
	padding: 50px;
}

.articleBox {
	line-height: 28px;
	padding: 10px 0;
	color: #808080;
	font-size: 14px;
}

.articleBox img {
	max-width: 100%;
}

.articleTitle {
	clear: both;
	text-align: center;
	padding: 20px 10px 0 10px;
	line-height: 35px;
	font-size: 24px;
	font-family: "microsoft yahei";
	color: #333;
}

.articleTitle1 {
	line-height: 20px;
	font-size: 14px;
	color: #808080;
	padding: 7px 0;
	text-align: center;
	text-transform: uppercase;
}

.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}

.pageUp {
	display: block;
	line-height: 30px;
	padding: 10px 0 20px 0;
	color: #333333;
	font-size: 14px;
	border-top: 1px solid #e6e6e6;
}

.pageUp div {
	height: 34px;
	overflow: hidden;
	font-size: 16px;
	color: #666;
}

.pageUp a {
	line-height: 34px;
	font-size: 16px;
	color: #666;
}

.pageUp div a:hover {
	color: #d70313;
}

.share {
	display: block;
	clear: both;
	padding: 10px 0;
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #d70313;
}

.articlePage a.hover {
	color: #fff;
	background: #d70313;
}

/**
 * 文章阅读页-内容上部大图
 */

#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #d70313;
	background: #d70313;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.shareBox {
	height: 40px;
	overflow: hidden;
	background: #f1f1f1;
}

.shareBoxL {
	float: left;
	padding: 0 0 0 20px;
}

.shareBoxL B {
	display: block;
	line-height: 40px;
	float: left;
}

.bdsharebuttonbox {
	float: left;
	padding: 6px 0 0 10px;
}

.shareBoxR {
	line-height: 40px;
	float: right;
	padding: 0 20px 0 0;
	font-size: 14px;
	color: #000;
}

/*单篇+文章页end*/

/*全图列表页start*/

/*公司荣誉start*/

.w_imgList1 {
	overflow: hidden;
	margin-right: -30px;
}

.w_imgList1 dd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 30px;
}

.w_imgList1 dd .con {
	overflow: hidden;
	margin-right: 30px;
	padding: 10px;
	background: #fff;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.w_imgList1 dd .a {
	display: block;
}

.w_imgList1 dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.w_imgList1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 66.6667%;
}
.w_imgList2 dd .pic:before {
	display: block;
	content: '';
	padding-top: 133.333%;
}
.w_imgList1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	object-fit: contain;
}

.w_imgList1 dd .text {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	text-align: center;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	background: #fff;
}

.w_imgList1 dd:hover .text {
	color: #d70313;
}

.w_imgList1 dd .con:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
}

/*视频列表start*/

.vidoList {
	overflow: hidden;
	margin-right: -20px;
}

.textVde {
	height: 60px;
	line-height: 60px;
	color: #333;
	text-align: center;
	font-size: 16px;
	background: #fff;
}

.textVde span {
	padding: 0 5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.vidoList dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 40px;
}

.vidoList dd .con {
	margin-right: 20px;
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;

}

.vidoList dd .con .pic {
	overflow: hidden;
	position: relative;
}

.vidoList dd .con .pic:after {
	display: block;
	content: '';
	padding-top: 66.6667%;
}

.vidoList dd .con .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.vidoList dd .con .pic .shade {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
}

.vidoList dd .con .pic .shade span {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background: url(../images/play.png) center center no-repeat;
}

.vidoList dd .con:hover {
	box-shadow: 1px 6px 5px 0px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.vidoList dd .con:hover .textVde span {
	color: #d70313;
}

/*视频列表end*/

.imgList1 {
	overflow: hidden;
	margin-right: -20px;
}

.imgList1 dd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 25%;
	margin-bottom: 20px;
}

.imgList1 dd .con {
	overflow: hidden;
	margin-right: 30px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgList1 dd .con:hover{
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
}
.imgList1 dd .a {
	display: block;
}

.imgList1 dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.imgList1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 122.8070%;
}

.imgList1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.imgList1 dd .text {
	display: block;
	height: 55px;
	line-height: 55px;
	padding: 0 10px;
	text-align: center;
	color: #666;
	font-size: 16px;
	overflow: hidden;
	border: 1px solid #d0d0d0;
	border-top: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgList1 dd:hover .text {
	color: #F00;
}

.menuDl1{
	overflow: hidden;
	
}
.menu1{
	margin-right: -25px;
}
.menu1 dd{
	float: left;
	display: inline;
	margin: 0 25px;
	padding: 0 20px;
	height: 32px;
	border: 1px solid transparent;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border-radius: 17px;
}
.menu1 dd a{
	display: block;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.menu1 dd:hover{
	border-color: #de3441;
}
.menu1 dd:hover a{
	color: #de3441;
}
.menu1 dd.hover{
	border-color: #de3441;
}
.menu1 dd.hover a{
	color: #de3441;
}
/*全图列表页end*/

/*图文列表页start*/

.line {
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
}

.imgText1 {
	overflow: hidden;
}

.imgText1 dd {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText1 dd:hover {
	background: #f5f5f5;
}

.imgText1 dd .con {
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
	padding: 20px 0;
}

.imgText1 dd .pic {
	width: 300px;
	overflow: hidden;
	position: relative;
	margin-right: 50px;
}

.imgText1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 66.6667%;
}

.imgText1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	object-fit: cover;
}

.imgText1 dd .text {
	overflow: hidden;
}

.imgText1 dd .text .title {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	margin-bottom: 6px;
}

.imgText1 dd .text .title a {
	color: #333;
	font-size: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText1 dd .text .textC {
	font-size: 14px;
	color: #808080;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 12px;
}

.imgText1 dd .text .time {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
}

.imgText1 dd .text .time span {
	float: left;
	display: inline;
}

.imgText1 dd:hover .text .title a {
	color: #d70313;
}


.cooplist{
    overflow: hidden;
}
.cooplist dd{
    overflow: hidden;
}
.cooplist dd .pic{
    width: 600px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    float: left;
}
.cooplist dd .pic:after{
    display: block;
    content: "";
    padding-top: 66.6667%;
}
.cooplist dd.odd .pic{
    float: right;
}
.cooplist dd .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.cooplist dd .text{
    overflow: hidden;
	height: 400px;
}
.cooplist dd.even .text{
	padding-left: 60px;
}
.cooplist dd.odd .text{
	padding-right: 60px;
}
.cooplist dd .text .topLogo a{
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    display: block;
	 transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.cooplist dd .text .title{
    font-size: 30px;
    color: #454545;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.cooplist dd:hover .text .title{
	color: #d70313;
	
}
.cooplist dd:hover .topLogo a{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.cooplist dd .text .title1{
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	color: #b2b2b2;
	text-transform: uppercase;
}
.cooplist dd .text span.title {
    padding: 0 10px;
}
.cooplist dd .textC{
    height: 168px;
    line-height: 28px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.imgTextBox .imgTitle{
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #454545;
	text-align: center;
}
.imgTextBox .con{
	line-height: 38px;
	font-size: 16px;
	color: #454545;
	text-align: center;
}
/*图文列表页end*/

/*全文列表页start*/

.textList dd {
	border-bottom: 1px solid #f5f5f5;
	padding: 25px 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.textList dd:last-child {
	border: none;
}

.textList dd .con .title {
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	color: #333;
	overflow: hidden;
}

.textList dd .con .title a {
	font-size: 20px;
	color: #333;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.textList dd .con .time {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
}

.textList dd .con .text {
	height: 75px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

.textList dd .con .more a {
	position: relative;
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
}

.textList dd .con .more a:before {
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
	background: url(../images/aa1.png) center center no-repeat;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.textList dd .con .more a:after {
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 30px;
	left: 0;
	background: url(../images/aa2.png) center center no-repeat;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.textList dd:hover {
	background: #f5f5f5;
}

.textList dd:hover .con .title a {
	color: #d70313;
}

.textList dd:hover .con .more a:before {
	top: -30px;
}

.textList dd:hover .con .more a:after {
	top: 0px;
}

/*全文列表页end*/

/*招聘列表页start*/

.recruitList {
    overflow: hidden;
}
.recruitList dt{
	background: #e6e6e6;
	margin-bottom: 10px;
	border-radius: 3px;
}
.recruitList .title {
    height: 60px;
    line-height: 60px;
    font-size: 0;
    margin-right: -65px;
	background:#ebebeb;
}

.recruitList .title span {
    display: inline-block;
    width: 175px;
    text-align: center;
    font-size: 16px;
	color: #333;
}

.recruitList dd {
    overflow: hidden;
	border-radius: 3px;
	margin-bottom:10px;
	background: #fff;
}

.recruitList dd:last-child {
    margin-bottom: 28px;
}
.recruitList dd.active{
	border:none;
}
.recruitList dd .recruitT {
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    color: #656565;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitList dd .recruitT .text {
    font-size: 0px;
    overflow: hidden;
    margin-right: -65px
}

.recruitList dd .recruitT .text .textName {
    width: 175px;
    display: inline-block;
    font-size: 16px;
    color: #666;
    text-align: center;
}
.recruitList dd .recruitT .text .textName.textName3{
	color:#d70313;
}
.recruitList dd .recruitT .btn {
    float: right;
    display: inline;
    width: 70px;
    height: 60px;
    padding: 0 30px;
    background: url(../images/jia.png) no-repeat center center;
	font-size: 14px;
	color: #666;
}
.recruitList dd:hover .recruitT .btn{
	 background: url(../images/jia1.png) no-repeat center center;
}
.recruitList dd.active .recruitT .btn{
	 background: url(../images/jian.png) no-repeat center center;
}
.recruitList dd:hover .text span.textName3{
	
}
.recruitList dd .recruitC {
    overflow: hidden;
    font-size: 14px;
    color: #888;
    line-height: 28px;
    display: none;
    background: #FFF;
    padding-top: 12px;
	padding: 15px 40px 40px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.11);
	margin: 2px;
}

.recruitTable {
    font-size: 14px;
    color: #555555;
}

.recruitList dd .recruitC .recruitText_title {
    font-size: 14px;
    color: #666;
    line-height: 35px;
}

.recruitList dd .recruitC .tel {
    padding-top: 23px;
    display: block;
}

.recruitTable table {
    border: none;
}

.recruitTable table tr {
    border: none;
    height: 36px;
}

.recruitTable table tr td {
    border: none;
	font-size: 14px;
	color: #666;
}

.recruitTable table span{
	font-size: 14px;
	color: #999;
}

.recruitText {
    overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ddd;
}
.recruitText div{
	padding: 10px 0 5px;
}
.recruitText div:last-child{
	border: none;
}
.recruitBtn {
    overflow: hidden;
    width: 120;
	height: 38px;
}

.recruitBtn a {
    overflow: hidden;
    display: block;
    height: 38px;
    line-height: 38px;
    float: left;
    display: inline;
    padding: 0 40px;
    background: #d70313;
    color: #FFF;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitBtn a:hover {
    opacity: 0.9
}

.recruitList dd:hover .recruitT {
    background: #d70313;
    color: #FFF;
}

.recruitList dd:hover .recruitT .text .textName {
    color: #FFF;
}

.recruitList dd:hover .recruitT .btn {
   color: #fff;
}

.recruitList dd.active .recruitT {
    background: #d70313;
    color: #FFF;
}

.recruitList dd.active .recruitT .text .textName {
    color: #FFF;
}

.recruitList dd.active .recruitT .btn {
   color:#fff;
}

.formBox{
	border: 1px solid #e6e6e6;
	padding: 0 5px;
}
.joinForm {
	overflow: hidden;
	padding:0 40px;
}

.aykjClass  .layui-layer-title{
	height:56px;
	line-height: 56px;
	font-size: 20px;
	color: #333;
	padding: 0 40px;
	background: #fff;
	border: none;
}
.joinForm_dl {
	overflow: hidden;
}

.joinForm_dl dd {
	height: 40px;
	line-height: 40px;
	position: relative;
	padding: 10px 0;
}

.joinForm_dl dt {
	position: relative;
	margin-bottom: 20px;
}

.joinFormName {
	float: left;
	display: inline;
	width: 85px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 14px;
	color: #999;
}
.joinFormName i{
	font-size: 14px;
	font-style: normal;
	color: #ff0000;
}
.joinFormName i.xin{
	visibility: hidden;
	opacity: 0;
}
.formDiv {
	margin-left: 85px;
	height: 38px;
	line-height: 38px;
}

.joinFormInp {
	display: block;
	height: 38px;
	overflow: hidden;
	padding: 0px 5px;
	font-size: 14px;
	background: transparent;
	border-radius: 3px;
	color: #333;
	font-family: "microsoft yahei";
	line-height: 38px;
	border: none;
	box-sizing: border-box;
}
.formLable span{
	padding-right: 10px;
	font-size: 14px;
	color: #333;
}
.formLable span em{
	font-style: normal;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	padding: 0 5px;
}
.formLable input{
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
}
.dutyA{
	padding: 20px 0;
	border-bottom: 1px solid #e7e7e7;
}
.dutyTitle{
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #343434;
}
.dutyDl{
	overflow: hidden;
}
.dutyDl li{
	float: left;
	display: inline;
	min-width: 85px;
	height:30px;
	padding: 0 10px;
	border-radius: 4px;
	background: #f4f9fe;
	text-align: center;
	margin-right: 10px;
}
.dutyDl li .text{
	font-size: 14px;
	color: #5acff0;
}
.joinForm_dl dd label {
	margin-right: 15px;
}

.joinForm_dl dt .formAbox {
	overflow: hidden;
	height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #e6e6e6;
	font-size: 12px;
	margin-left: 70px;
	margin-bottom: 12px;
	color: #666;
	line-height: 20px;
	border-radius: 3px;
}

.joinForm_dl dt .formAbox .formArea {
	width: 100%;
	height: 100%;
	border: none;
	padding: 5px 25px;
	box-sizing: border-box;
	outline: none;

}

.joinFile {
	display: inline-block;
	width: 80px;
	height: 28px;
	border-radius: 3px;
	border-style: none;
	overflow: hidden;
	background: #d70313;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}
.w_60{
	width: 60px;
}
.formDiv.w_100 {
	width: 245px;
}

a.joinCode {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

.joinCode img {
	display: block;
	height: 42px;
	float: left;
}

.joinCode i {
	display: block;
	height: 32px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
}
.huan{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	margin-left: 10px;
}
.h10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}
.w_260{
	width: 260px;
}
.contactBt {
	margin-left: 100px;
}

.contactBt a {
	display: inline-block;
	width: 130px;
	height: 40px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	margin: 0px 5px;
}

.contactSubmit {
	background: #d70313;
	color: #fff !important;
}

.contactReset {
	background: #e6e6e6;
	color: #999;
}

.aykjClass .layui-layer-ico {
	overflow: hidden;
	background: url(../images/close.png) no-repeat center center !important;
	position: absolute;
	right: -65px !important;
	top: -16px !important;
	width: 30px;
	height: 30px;
	margin-left: 0;
}
.demo2 {
    height: 40px;
    position: relative;
    padding-right: 30px;
}

.demo2 .seljg {
    padding-left: 10px;
    line-height: 40px;
    color: #666666;
    font-size: 13px;
    cursor: pointer;
}

.demo2 .seljg input {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    background: none;
}

.demo2 i {
    display: block;
    width: 30px;
    height: 40px;
    background: url(../images/sel.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.demo2 .selTj {
    width: 100%;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-top: none;
    max-height: 240px;
    overflow-y: auto;
    position: absolute;
    left: -1px;
    top: 41px;
    background: #FFF;
    display: none;
    z-index: 100000
}

.demo2 .selTj a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    color: #666666;
    margin-bottom: 1px;
    font-size: 12px;
}

.demo2 .selTj a:hover {
    background: #f8f8f8;
    color: #ff7800;
}

.demo2 .selTj a.hover {
    background: #f8f8f8;
    color: #ff7800;
}

/*slelect.demo样式end*/
/*招聘表单end*/

/*招聘列表页end*/


/*留言start*/
.formDl {
    overflow: hidden;
    margin-right: -80px;
}

.formDl dd {
    float: left;
    display: inline;
    width: 50%;
    margin-bottom: 30px;
}

.formDl dt {
    margin-bottom: 30px;
	width: 1000px;
}
.formDl dt .xin{
	height: 198px;
	line-height: 396px;
}
.formDl dd .con {
    margin-right: 80px;
}

.formBox1 .title {
    width: 85px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
}

.formBox1 .title span {
    float: left;
    display: inline;
    width: 65px;
    font-size: 16px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
}

.formBox1 .title span.span1 {
    letter-spacing: 2em;
}

.formBox1 .title span.span2 {
    letter-spacing: 0.5em;
}

.formBox1 .title i {
    display: block;
    overflow: hidden;
    font-style: normal;
    width: 20px;
    text-align: center;
}

.formBox1 .xin {
    width: 18px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 16px;
    color: #d6000f;
}

.formDiv1 {
    overflow: hidden;
    border: 1px solid #dedede;
}
.w_100{
	width: 160px;
}
.formIpt {
    width: 100%;
    height: 40px;
	line-height: 40px;
    border: none;
    padding: 0 5px;
    font-size: 16px;
    color: #333;
	background: none;
}

.formarea {
    overflow: hidden;
    border: 1px solid #dedede;
}

.formarea .texa {
    width: 100%;
    height: 196px;
    border: none;
    padding: 5px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
	background: none;
}

.formIpt::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 16px;
    color: #ccc;
}

.formIpt:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    color: #ccc;
}

.formIpt::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: #ccc;
}

.formIpt::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 16px;
    color: #ccc;
}

.texa::-webkit-input-placeholder {
    font-size: 16px;
    color: #ccc;
}

.texa:-moz-placeholder {
    font-size: 16px;
    color: #ccc;
}

.texa::-moz-placeholder {
    font-size: 16px;
    color: #ccc;
}

.texa:-ms-input-placeholder {
    font-size: 16px;
    color: #ccc;
}

.formBox1 .code {
    width: 105px;
    height: 42px;
    margin: 0 15px;
}

.formBox1 .code img {
    display: block;
    width: 100%;
   height: 42px;
}

.huan {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
}

.sexBox {
    overflow: hidden;
    height: 36px;
    line-height: 36px;
}

.sexBox .sex {
    float: left;
    display: inline;
    padding-left: 40px;
    font-size: 16px;
    color: #555;
    background: url(../images/sel.png) center center no-repeat;
}

.sexBox .sex.selected {
    background: url(../images/sel1.png) center center no-repeat;
}

.submint {
    overflow: hidden;
    padding-bottom: 55px;
    margin-left: 85px;
}

.submint dd {
    float: left;
    display: inline;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #999;
    margin-right: 26px;
    border-radius: 4px;
}

.submint dd a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.submint dd:nth-child(1) {
    background: #d70313;
}
/*留言end*/

/*联系我们start*/
.contactTitle{
	height:52px;
	line-height: 52px;
	font-size: 22px;
	color: #454545;
	text-align: center;
}
.conctDl1{
	overflow: hidden;
	padding: 10px 5px 0;
}
.conctDl1 dd{
	float: left;
	display: inline;
	width: 25%;
	position: relative;
}
.conctDl1 dd:after{
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 80px;
	background: #e6e6e6;
	top: 25px;
	right: 0;
}
.conctDl1 dd:last-child:after{
	background: none;
}
.conctDl1 dd .con{
	padding: 20px 5px;
	transition: all 0.3s linear;
	-wbkit-transition: all 0.3s linear;
}
.conctDl1 dd .con:hover{
	box-shadow: 0px 1px 7px rgba(0,0,0,0.2);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.conctDl1 dd .icon{
	height: 50px;
	line-height: 50px;
	margin-bottom: 25px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.conctDl1 dd .con:hover .icon{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.conctDl1 dd.dd1 .icon{
	background: url(../images/wiocn1.png) center center no-repeat;
}
.conctDl1 dd.dd2 .icon{
	background: url(../images/wicon2.png) center center no-repeat;
}
.conctDl1 dd.dd3 .icon{
	background: url(../images/wicon3.png) center center no-repeat;
}
.conctDl1 dd.dd4 .icon{
	background: url(../images/wicon4.png) center center no-repeat;
}
.conctDl1 dd .con .title{
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.conctDl1 dd .con .text{
	line-height: 20px;
	padding: 10px 0;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.contactColumn2{
	padding: 0 96px;
}
.mapBox{
	height: 500px;
	overflow: hidden;
	background: #000;
}
/*联系我们end*/

/*大事记start*/
.evenBox{
	padding:50px;
	background: #fff;
	
}
.eventDl{
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
}
.eventDl:after{
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	bottom: 0;
	background: url(../images/nextbtn.png) center bottom no-repeat;
}
.eventDl dd.even{
	position: relative;
	height: 325px;
	padding: 40px 0;
	width: 100%;
	left: 0; 
}
.eventDl dd.odd{
	position: relative;
	height: 0px;
}

.eventDl dd:before{
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #dad5d3;
}
.eventDl dd.odd .con {
	overflow:hidden;
	position: absolute;;
	width: 559px;
	top: -200px;
	left: 541px;
}

.eventDl dd.even .con{
	overflow: hidden;
	/* margin-right: 541px; */
	width: 559px;
	margin-right: 541px;
}
.eventDl dd.odd .con .pic{
	float: left;
	display: inline;
	width:485px;
	margin-right: 18px;
	margin-left: 38px;
	position: relative;
}
.eventDl dd.even .con .pic{
	float: right;
	display: inline;
	width:485px;
	margin-left: 53px;
	position: relative;
}
.eventDl dd .con .pic:after{
	display: block;
	content: "";
	padding-top: 60%;
}
.eventDl dd .con .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.eventDl dd .con .text{
	overflow: hidden;
	position: relative;
}
.eventDl dd.odd .con .text{
	padding-left: 82px;
}
.eventDl dd.even .con .text{
	padding-right: 82px;
}
.eventDl dd.odd .con .text:before{
	display: block;
	content: "";
	position: absolute;
	width: 62px;
	height: 21px;
	top: 3px;
	left: 0px;
	background: url(../images/wicon8.png) left center no-repeat;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.eventDl dd.odd .con .text:after{
	display: block;
	content: "";
	position: absolute;
	width: 0px;
	height: 21px;
	top: 3px;
	left: 0px;
	background: url(../images/wicon8_h.png) left center no-repeat;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.eventDl dd:hover .con .text:after{
	width: 62px;
}
.eventDl dd.even .con .text:before{
	display: block;
	content: "";
	position: absolute;
	width: 62px;
	height: 21px;
	top: 3px;
	right: 0px;
	background: url(../images/wicon7.png) left center no-repeat;
}
.eventDl dd.even .con .text:after{
	display: block;
	content: "";
	position: absolute;
	width: 0px;
	height: 21px;
	top: 3px;
	right: 0px;
	background: url(../images/wicon7_h.png) left center no-repeat;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	z-index: 5;
	
}
.eventDl dd:hover .con .text:after{
	width: 62px;
}
.eventDl dd.even .con .text{
	padding-right: 80px;
}
.eventDl dd .con .title{
	height: 26px;
	line-height: 26px;
	font-size: 22px;
	color: #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.eventDl dd.even .con .title{
	text-align: right;
}
.evenDr{
	padding: 16px;
	border: 1px solid #dbdbdb;
	border-radius: 6px;
}
.evenDr .textBox{
	height: 240px;
	overflow: hidden;
}
.evenDr .textBox .textC {
    line-height: 24px;
    font-size: 14px;
	color: #808080;
    position: relative;
    z-index: 2;
    text-align: justify;
    padding-right: 10px;
	max-width: 100%;
}
/*大事记end*/
/*
-----------------------------内页样式end-----------------------------
*/
